home *** CD-ROM | disk | FTP | other *** search
- #!/bin/csh
-
- set v=`versions | grep java_eoe`
- if ("$v" != "") then
- set junk=`$HOTMIXDIR/.bin/xconfirm -icon info -t "You HAVE the java execution environment installed." -B OK -header "No need to install"`
- else
- set junk=`$HOTMIXDIR/.bin/xconfirm -icon action -t "You do NOT have the java execution environment installed." -B OK -header "You need to install..."`
- endif
-